home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000686_ken%cs.toronto….cs.toronto.edu_Fri Jun 24 15:49:37 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  868b

  1. Received: from relay.cs.toronto.edu by cs.umb.edu with SMTP id AA00248
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 24 Jun 1994 19:50:02 -0400
  3. Received: from neat.cs.toronto.edu ([128.100.3.2]) by relay.cs.toronto.edu with SMTP id <198122>; Fri, 24 Jun 1994 19:50:00 -0400
  4. Received: by neat.cs.toronto.edu id <48154>; Fri, 24 Jun 1994 19:49:46 -0400
  5. From: Ken Lalonde <ken@cs.toronto.edu>
  6. To: tex-k@cs.umb.edu
  7. Subject: Re:  sh config files
  8. Message-Id: <94Jun24.194946edt.48154@neat.cs.toronto.edu>
  9. Date:     Fri, 24 Jun 1994 19:49:37 -0400
  10.  
  11. Well, you could replace
  12.     
  13.     echo 'FOO=BAR'
  14.     ..
  15.  
  16. with
  17.  
  18.     FOO=BAR
  19.     ...
  20.     set
  21.  
  22. The homegrown syntax is almost the same as sh.
  23. If you change the comment character to # and disallow the spaces around =,
  24. there's that much less to explain, and simple scripts
  25. like MakeTeXPK can include the config file using ".".